home *** CD-ROM | disk | FTP | other *** search
- cls
- echo off
- echo Ready to update your copy of UnInstaller 2
- echo Press Ctrl-Break to cancel or -
- pause
- patch hstpatch.rtp
- if errorlevel 1 goto Error
- echo The patch process is complete. You can now delete
- echo HSTPATCH.RTP and READ.ME, but we recommend you keep
- echo PATCH.EXE so you can use it later and not have to
- echo download it again.
- goto Exit
- :Error
- echo An error occured trying to patch the UnInstaller
- :Exit
-